home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / GS_Apps / eXTRASLIDE.app / English.lproj / eXTRASLIDE.nib / data.classes next >
Text File  |  1994-12-14  |  1KB  |  76 lines

  1. BasicApp = {
  2.     ACTIONS = {
  3.     new:;
  4.     save:;
  5.     print:;
  6.     info:;
  7.     newFromPasteboard:;
  8.     saveToAction:;
  9.     open:;
  10.     saveAs:;
  11.     };
  12.     OUTLETS = {
  13.     currentDocument;
  14.     };
  15.     SUPERCLASS = Application;
  16. };
  17. SlideApp = {
  18.     ACTIONS = {
  19.     exposeAll:;
  20.     doRecorderPreferences:;
  21.     selectFilm:;
  22.     selectRecorder:;
  23.     expose:;
  24.     selectDoc:;
  25.     deleteDoc:;
  26.     };
  27.     OUTLETS = {
  28.     resolution;
  29.     exposeAllMenu;
  30.     exposeButton;
  31.     slideView;
  32.     documentBrowser;
  33.     prefsPanel;
  34.     recorders;
  35.     duplicateNames;
  36.     slideBox;
  37.     recorderPopup;
  38.     filmPopup;
  39.     myRecorder;
  40.     };
  41.     SUPERCLASS = BasicApp;
  42. };
  43. FirstResponder = {
  44.     ACTIONS = {
  45.     };
  46.     SUPERCLASS = Object;
  47. };
  48. ImageView = {
  49.     ACTIONS = {
  50.     updateSelf:;
  51.     adjustScale:;
  52.     changeRotation:;
  53.     };
  54.     OUTLETS = {
  55.     scaleField;
  56.     scaleSlider;
  57.     anImage;
  58.     backgroundColor;
  59.     rotationCheckmark;
  60.     positionText;
  61.     hPosSlider;
  62.     vPosSlider;
  63.     };
  64.     SUPERCLASS = View;
  65. };
  66. PrefController = {
  67.     ACTIONS = {
  68.     setStringValue:;
  69.     };
  70.     OUTLETS = {
  71.     name;
  72.     value;
  73.     };
  74.     SUPERCLASS = Object;
  75. };
  76.